GetInfoResponse

data class GetInfoResponse(gpu: GPUInfo, modelName: String, modelVersion: String, commandLine: String)

Represents response frame that is returned from SystemInfo#getInfo operation call. Returns information about the system.

See also

Constructors

GetInfoResponse
Link copied to clipboard
fun GetInfoResponse(gpu: GPUInfo, modelName: String, modelVersion: String, commandLine: String)

Properties

commandLine
Link copied to clipboard
val commandLine: String
The command line string used to launch the browser.
gpu
Link copied to clipboard
val gpu: GPUInfo
Information about the GPUs on the system.
modelName
Link copied to clipboard
val modelName: String
A platform-dependent description of the model of the machine.
modelVersion
Link copied to clipboard
val modelVersion: String
A platform-dependent description of the version of the machine.

Sources

jvm source
Link copied to clipboard